|
ObjectiveLib
1.0.0
|
A function object for performing division. More...
#import <ObjectiveLib/Functional.h>

Public Member Functions | |
| (id) | - performBinaryFunctionWithArg:andArg: |
| Divide arg1 by arg2 and return the result. | |
A function object for performing division.
This function object divides a given value by another given value and returns the result.
| - (id) performBinaryFunctionWithArg: | (id) | arg1 | |
| andArg: | (id) | arg2 | |
Divide arg1 by arg2 and return the result.
arithmeticDivideBy: found in the OLArithmetic protocol.| arg1 | the value to divide |
| arg2 | the value by which to divide |
Reimplemented from <OLBinaryFunction>.
|